home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / comms / other / ascan / ascan.txt < prev    next >
Text File  |  1999-06-14  |  2KB  |  62 lines

  1.  
  2.                 ascan 5.3 by Alfonso Ranieri <alfier@iol.it>
  3.  
  4. ----------------------------------------------------------------------------
  5.  
  6.             THIS SOFTWARE AND INFORMATION ARE PROVIDED "AS IS".
  7.             ALL USE IS AT YOUR OWN RISK, AND NO LIABILITY OR
  8.             RESPONSIBILITY IS ASSUMED. NO WARRANTIES ARE MADE.
  9.  
  10. ----------------------------------------------------------------------------
  11.  
  12. This is the new version of ascan.
  13. ascan is a multi processes tcp port scanner.
  14.  
  15. Usage: ascan [-Vhvn] [-c childs] [-p ports] [-t timeout] <host> [from] [to]
  16. -V     version, copyright and greets
  17. -h     this help
  18. -v     verbose mode (off) - prints to stderr various infos
  19. -n     output service name (off) - shows name of opened services
  20. -c     childs (2) - number of childs to run
  21. -p     ports per group (128) - ports per scanning cycle to use
  22. -t     general timeout in seconds (0) - 0 means no timeout
  23. host   host to scan
  24. from   from port (1)
  25. to     to port (from port if specified, 80 otherwise)
  26.  
  27. ----------------------------------------------------------------------------
  28.  
  29. ascan does *NOT* work if run under socks.
  30. I did not find any FAST way to scan a host under a socks.
  31. If you know a way tell me ;)
  32. Anyway it does *NOT* crash if run under socks.
  33.  
  34. This version does *NOT* crash if run under Genesis.
  35. Previous version could crash if PPC (-p options) was
  36. greater than 64.
  37.  
  38. ----------------------------------------------------------------------------
  39.  
  40. Sources are included and a little bit commented.
  41.  
  42. You can use the sources in any way, but:
  43.  
  44. - They or part of them can *NOT* be included in any "not public domain" stuff.
  45.  
  46. - You can NOT use the name "ascan" to post anywhere code based on this sources,
  47.   so you can modify the sources just for your LOCAL use;
  48.   if you want to spread your modified code you MUST use a different name
  49.   than "ascan" .
  50.   You MUST specify the code was based upon this .
  51.  
  52. ----------------------------------------------------------------------------
  53.  
  54. At http://users.iol.it/alfier/soft.html is avaible
  55. an archive with the md5sum check file for the last ascan
  56. version released on Aminet.
  57. If you have any doubt your ascan version might have been
  58. hacked, check the integrity of ascan as described in that
  59. archive and, please, immediatly report that to me.
  60.  
  61. ----------------------------------------------------------------------------
  62.